home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Najgorsze komunikatory / Tlen.pl / tleninst60255.exe / tlen.exe / 0 / RCDATA / TNEWMESSAGEFORM / TNEWMESSAGEFORM.txt
Text File  |  2007-09-27  |  3KB  |  124 lines

  1. object NewMessageForm: TNewMessageForm
  2.   Left = 474
  3.   Top = 236
  4.   Width = 448
  5.   Height = 313
  6.   Anchors = [akLeft, akTop, akRight]
  7.   BorderWidth = 2
  8.   Caption = 'Nowa wiadomo'#347#263
  9.   Color = 15724527
  10.   Constraints.MinHeight = 200
  11.   Constraints.MinWidth = 300
  12.   Ctl3D = False
  13.   DefaultMonitor = dmMainForm
  14.   Font.Charset = DEFAULT_CHARSET
  15.   Font.Color = clWindowText
  16.   Font.Height = -11
  17.   Font.Name = 'MS Sans Serif'
  18.   Font.Style = []
  19.   OldCreateOrder = False
  20.   Position = poScreenCenter
  21.   Scaled = False
  22.   OnClose = FormClose
  23.   OnDestroy = FormDestroy
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object Panel1: TPanel
  27.     Left = 0
  28.     Top = 0
  29.     Width = 436
  30.     Height = 271
  31.     Align = alClient
  32.     BevelOuter = bvNone
  33.     Font.Charset = EASTEUROPE_CHARSET
  34.     Font.Color = clWindowText
  35.     Font.Height = -11
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = []
  38.     ParentColor = True
  39.     ParentFont = False
  40.     TabOrder = 0
  41.     DesignSize = (
  42.       436
  43.       271)
  44.     object Label1: TLabel
  45.       Left = 8
  46.       Top = 8
  47.       Width = 22
  48.       Height = 14
  49.       Caption = 'Do:'
  50.       Font.Charset = EASTEUROPE_CHARSET
  51.       Font.Color = clWindowText
  52.       Font.Height = -12
  53.       Font.Name = 'Verdana'
  54.       Font.Style = []
  55.       ParentFont = False
  56.     end
  57.     object Bevel1: TBevel
  58.       Left = 8
  59.       Top = 36
  60.       Width = 421
  61.       Height = 9
  62.       Anchors = [akLeft, akTop, akRight]
  63.       Shape = bsTopLine
  64.     end
  65.     object Edit1: TEdit
  66.       Left = 40
  67.       Top = 8
  68.       Width = 389
  69.       Height = 22
  70.       Anchors = [akLeft, akTop, akRight]
  71.       BorderStyle = bsNone
  72.       Color = 15724527
  73.       Ctl3D = False
  74.       Font.Charset = EASTEUROPE_CHARSET
  75.       Font.Color = clWindowText
  76.       Font.Height = -12
  77.       Font.Name = 'Verdana'
  78.       Font.Style = [fsBold]
  79.       ParentCtl3D = False
  80.       ParentFont = False
  81.       ParentShowHint = False
  82.       ReadOnly = True
  83.       ShowHint = True
  84.       TabOrder = 2
  85.     end
  86.     object Memo1: TMemo
  87.       Left = 8
  88.       Top = 46
  89.       Width = 421
  90.       Height = 191
  91.       Anchors = [akLeft, akTop, akRight, akBottom]
  92.       Ctl3D = True
  93.       Font.Charset = EASTEUROPE_CHARSET
  94.       Font.Color = clWindowText
  95.       Font.Height = -12
  96.       Font.Name = 'Verdana'
  97.       Font.Style = []
  98.       MaxLength = 2000
  99.       ParentCtl3D = False
  100.       ParentFont = False
  101.       ScrollBars = ssVertical
  102.       TabOrder = 0
  103.       OnKeyDown = Memo1KeyDown
  104.       OnKeyPress = Memo1KeyPress
  105.     end
  106.     object Button1: TButton
  107.       Left = 354
  108.       Top = 242
  109.       Width = 75
  110.       Height = 25
  111.       Anchors = [akRight, akBottom]
  112.       Caption = 'Wy'#347'lij'
  113.       Font.Charset = EASTEUROPE_CHARSET
  114.       Font.Color = clWindowText
  115.       Font.Height = -12
  116.       Font.Name = 'Verdana'
  117.       Font.Style = [fsBold]
  118.       ParentFont = False
  119.       TabOrder = 1
  120.       OnClick = Button1Click
  121.     end
  122.   end
  123. end
  124.